home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / hrule.helpmark < prev    next >
Text File  |  1991-10-23  |  2KB  |  45 lines

  1. +-----------------------------------------------------------------------------+
  2. |                                    hrule                                    |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|noneπ%
  6.  
  7. Parameters:    π|dimensionπ%
  8.  
  9.     π|Description:π%
  10. The \hrule markup draws a horizontal  rule across the width of the page.  It
  11. is a native TEX markup, and  the usage is different in that the parameter is
  12. not surrounded with curly  braces.  If you do  not supply a dimension, TEXT1
  13. will print the  rule across the entire  width of the text.   By default, the
  14. rule drawn has a thickness (height) of .4pt.
  15.  
  16.     π|Example:π%
  17. If you wanted to draw a three inch rule across the page, followed later with
  18. a rule across  the entire width of  the page and ending  with a thicker rule
  19. across the width of the page you could specify:
  20.  
  21. \nin Basic Techniques
  22.  
  23. \hrule width 3in
  24. Editing a File
  25. \hrule
  26. The Column Pointer
  27. \vs{2pt}
  28. \hrule height 2pt
  29.  
  30. You would get:
  31.  
  32. +-----------------------------------------------------------------------------+
  33. |                                                                             |
  34. |                                                                             |
  35. | ........................................................................... |
  36. | ........................................................................... |
  37. |                                                                             |
  38. +-----------------------------------------------------------------------------+
  39.  
  40.     π|Notes:π%
  41. Refer to The TEXbook for more on \hrule and how to use the "depth" parameter
  42. with the "height" and "width" parameters.
  43.     Use \rule instead of \hrule if you are using \monospace.
  44.  
  45.